home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 November: Tool Chest / Dev.CD Nov 98 TC.toast / Sample Code / Snippets / Devices / Serial Driver Arbitration / Read Me-SerialDriverArbitration < prev    next >
Encoding:
Text File  |  1996-12-04  |  492 b   |  9 lines  |  [TEXT/ttxt]

  1. SerialDriverArbitration
  2.  
  3. Modified to work with universal headers.   There is a bug in InterfaceLib on PowerPC machines.  Certain low memory accessors were not included in InterfaceLib.  One of these accessors is LMGetUnitTableEntryCount.  Added routine as a work-around for this problem. 
  4.  
  5. Lenae Rowland, DTS, December 5, 1996
  6.  
  7. This is an example of how to correctly arbitrate the serial ports.  It's taken from tech note DV 11 - Opening the Serial Ports.
  8.  
  9. Brian Bechtel, DTS, October 7, 1993